Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / TextMapFragment Class / CopyTo Method / CopyTo(TextLineFragment[]) Method

In This Topic
    CopyTo(TextLineFragment[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub CopyTo( _
       ByVal array() As TextLineFragment _
    ) 
    public void CopyTo( 
       TextLineFragment[] array
    )

    Parameters

    array
    See Also